home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 February / CHIPCD_2_2000.iso / cult3d / Cult3D Folder / Web / cdexplorer / MFCB5.tmp < prev    next >
Text File  |  1999-11-02  |  32KB  |  573 lines

  1. <html>
  2. <head>
  3. <title>EXPLORER</title>
  4. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  5. <script language="JavaScript">
  6. <!-- //
  7.  
  8. function MM_openBrWindow(theURL,winName,features) { //v2.0
  9.   window.open(theURL,winName,features);
  10. }
  11. //-->
  12. </script>
  13. </head>
  14.  
  15. <BODY TOPMARGIN="0" LEFTMARGIN="0" bgcolor="#000000" text="#FFFFFF" link="#FFFFFF" vlink="#FFFFFF" alink="#FFFFFF">
  16. <div id="Layer1" style="position:absolute; left:5px; top:2px; width:471px; height:303px; z-index:1"> 
  17.   <p align="left"> </p>
  18.   <p align="left"><font size="2" face="Arial, Helvetica, sans-serif"><b>Tutorial: 
  19.     Glider (a movement exercise).</b><br>
  20.     <br>
  21.     </font></p>
  22.   <p align="left"><font face="Arial, Helvetica, sans-serif" size="2"><b>1 What 
  23.     kind of program is Cult3D?</b> <br>
  24.     Cult3D is the new multi-platform 3D object-rendering engine. It is a 100% 
  25.     software product. No additional hardware-such as 3D accelerator cards-is required.</font></p>
  26.   <p align="left"><font face="Arial, Helvetica, sans-serif" size="2">As a desktop 
  27.     or notebook user, you can now view 3D objects in real time, a capability formerly 
  28.     found only on high-end workstations. Cult3D gives internet users the opportunity 
  29.     to view high-quality 3D objects online on most platforms. </font></p>
  30.   <p align="left"><font face="Arial, Helvetica, sans-serif" size="2">All actions 
  31.     and interactions in the model are defined by events. An event can be a pressed 
  32.     key, timer expiring, mouse button clicked, etc. Events are generated by such 
  33.     actions as play sound, play animation, go to URL, etc. You can also add Java 
  34.     code to manage more complex sequences of actions.</font></p>
  35.   <p align="left"><font face="Arial, Helvetica, sans-serif" size="2">The Cult3D 
  36.     Designer can edit and extend the objects and animations exported by the Cult3D 
  37.     Exporter in the *.c3d file, in order to define and add more complex sub-animations 
  38.     (such as interpolation-morphing-between two different frames in the animation.) 
  39.     </font></p>
  40.   <p align="left"><font face="Arial, Helvetica, sans-serif" size="2"><b>2 How 
  41.     does Cult 3D work?</b> <br>
  42.     The Cult3D Designer is an application for adding the interactivity to your 
  43.     already modelled 3D object. </font></p>
  44.   <p align="left"><font face="Arial, Helvetica, sans-serif" size="2">You can add 
  45.     animations, sounds, links, Java code, clickable areas, and movement patterns 
  46.     to the object. If you use a Cult3D Exporter plugin for you favourite 3D modelling/animation 
  47.     software, you can export the data as a Cult3D Designer file [*.c3d] and load 
  48.     it in Cult3D Designer. </font></p>
  49.   <p align="left"><font face="Arial, Helvetica, sans-serif" size="2">After editing 
  50.     the object, Cult3D Designer saves the presentation as a Cult3D Designer file 
  51.     [*.c3d] (for the object data) and a Cult3D Project file [*.c3p] (for project 
  52.     information and references to external resources such as sound and Java code).</font></p>
  53.   <p align="left"><font face="Arial, Helvetica, sans-serif" size="2">Once you 
  54.     are satisfied that the presentation is complete, you save it as a Cult3D Player 
  55.     file [*.co] for the Cult3D Player plugin to play. </font></p>
  56.   <p align="left"><font face="Arial, Helvetica, sans-serif" size="2">Cult3D Designer 
  57.     creates a compressed binary file with the extension *.co that can be published 
  58.     locally or on the net.<br>
  59.     <br>
  60.     </font></p>
  61.   <p align="left"><font face="Arial, Helvetica, sans-serif" size="2"><i>Here is 
  62.     an example of a typical project made into a 3D presentation using Cult3D Designer.</i> 
  63.     </font></p>
  64.   <p align="left"><font size="2" face="Arial, Helvetica, sans-serif"><br>
  65.     <br>
  66.     <img src="glider/glider1.jpg" width="310" height="170"></font></p>
  67.   <p align="left"><font size="2" face="Arial, Helvetica, sans-serif">Use your 
  68.     3D-modelling package and take either an existing model or create a new from 
  69.     scratch. The result is going to be much better with a model that is well-balanced 
  70.     between enough detail to show what is going on, and being small enough to 
  71.     load and render fast.</font><font size="2" face="Arial, Helvetica, sans-serif"><br>
  72.     <br>
  73.     <br>
  74.     <img src="glider/Image2.jpg" width="365" height="217"><br>
  75.     <br>
  76.     Once you are satisfied with the way the model looks in your 3D modelling application, 
  77.     you can export it to a Cult3D Designer file [*.c3d]. This is the file format 
  78.     used to maintain a Cult3D object by Cult3D Designer. </font></p>
  79.   <p align="left"><font size="2" face="Arial, Helvetica, sans-serif"><img src="glider/Image3.jpg" width="365" height="195"></font></p>
  80.   <p align="left"><font size="2" face="Arial, Helvetica, sans-serif">You can now 
  81.     edit the object in the Cult3D Designer by adding events, actions, sounds, 
  82.     etc. You can preview the end-user's view of the object inside Cult3D Designer. 
  83.     Then save the object back into a Cult3D Designer file [*.c3d] in order to 
  84.     make changes possible in the future. </font></p>
  85.   <p align="left"><img src="glider/Image4.jpg" width="365" height="156"></p>
  86.   <p align="left"><font size="2" face="Arial, Helvetica, sans-serif">Now you may 
  87.     create the file that the end-user will actually view. This Cult3D Player file 
  88.     [*.co] is compressed and heavily optimised to reduce file size. It also allows 
  89.     the Cult3D Player to start displaying the contents. </font></p>
  90.   <p align="left"><font size="2" face="Arial, Helvetica, sans-serif"><b><font size="4">Important</font></b> 
  91.     <img src="glider/Image5.jpg" width="20" height="20"></font></p>
  92.   <ul>
  93.     <font size="2" face="Arial, Helvetica, sans-serif">Make sure that you have 
  94.     saved your object as a Cult3D Designer file [*.c3d]. Once you have created 
  95.     a Cult3D Player file [*.co] you can not convert it back into editable data 
  96.     or even open it in Cult3D Designer. This allows Cult3D to truly optimise the 
  97.     file for viewing and throw away all the editing information. It also protects 
  98.     your model from modifications by others. </font>
  99.     <li><font size="2" face="Arial, Helvetica, sans-serif">Only persons in possession 
  100.       of the Cult3D Designer file [*.c3d] can modify the object and create a fresh 
  101.       Cult3D Player file [*.co]. </font></li>
  102.     <li><font size="2" face="Arial, Helvetica, sans-serif">It is very important 
  103.       to keep the original file name of the designer file after you have created 
  104.       a project file. If you change the name of the designer file after you have 
  105.       created a project then the project file can't be executed.</font></li>
  106.   </ul>
  107.   <p align="left"><img src="glider/Image6.jpg" width="365" height="261"></p>
  108.   <p align="left"><font size="2" face="Arial, Helvetica, sans-serif">Now you may 
  109.     place the Cult3D Player file [*.co] where the user can access it, (a web server, 
  110.     a file server or the user's local disk) and then make a link to it.</font></p>
  111.   <hr>
  112.   <p><font size="2" face="Arial, Helvetica, sans-serif">Example: You have a Cult3D 
  113.     Player file [*.co] named plan-40.co. The snippet to access it might look like 
  114.     below.</font></p>
  115.   <table width="470" border="1" cellspacing="0" cellpadding="2" bordercolor="#000000" bordercolordark="#000000" bordercolorlight="#000000">
  116.     <tr bordercolor="#E3E3E3"> 
  117.       <td> 
  118.         <p><object <br>
  119.           align="CENTER" <br>
  120.           classid="clsid:31B7EB4E-8B4B-11D1-A789-00A0CC6651A8" <br>
  121.           width="500"<br>
  122.           height="275" <br>
  123.           border="1" <br>
  124.           codebase="http://www.cult3d.com/download/cult.cab#version=3,1,0,1"> 
  125.         <p><param <br>
  126.           name="SRC" <br>
  127.           value="plan-40.co"> 
  128.         <p><embed <br>
  129.           pluginspage="http://www.cult3d.com/newuser/index.html" <br>
  130.           src="plan-40.co" <br>
  131.           width="500" height="275" <br>
  132.           color="000000" type="application/x-cult3d-object"><br>
  133.           </embed><br>
  134.           <param <br>
  135.           name="BGCOLOR" <br>
  136.           value="000000"><br>
  137.           </object> 
  138.       </td>
  139.     </tr>
  140.   </table>
  141.   <p><font size="2" face="Arial, Helvetica, sans-serif"><b><br>
  142.     3 How do I start working with the tutorial file? </b></font> </p>
  143.   <p><font size="2" face="Arial, Helvetica, sans-serif"><b>Task 1: Start Cult 
  144.     3D and open the file Minidisc.c3d</b></font> 
  145.   <ol>
  146.     <li><font size="2" face="Arial, Helvetica, sans-serif">Click the start button. 
  147.       </font></li>
  148.     <li><font size="2" face="Arial, Helvetica, sans-serif">Choose Program and 
  149.       Cult 3D Designer to start. </font></li>
  150.     <li><font size="2" face="Arial, Helvetica, sans-serif">Choose Open in the 
  151.       File menu. </font></li>
  152.     <li><font size="2" face="Arial, Helvetica, sans-serif">Select the file Minidisc.c3d 
  153.       and click Open</font></li>
  154.   </ol>
  155.   <p><font size="2" face="Arial, Helvetica, sans-serif"><b>3.1 What do I see on 
  156.     the screen?</b> </font></p>
  157.   <p><font size="2" face="Arial, Helvetica, sans-serif">The Cult3D Designer main 
  158.     work area consists of six different subwindows: Event Map, Object Properties, 
  159.     Actions, Events, Scene Graph and Preview. </font></p>
  160.   <p><img src="glider/eventmap.jpg" width="470" height="354"></p>
  161.   <p><font size="2" face="Arial, Helvetica, sans-serif"><b>Event Map-window </b><br>
  162.     An event is used to trigger an action. An event can be a left mouse click, 
  163.     a right mouse click or a middle mouse click. It can also be a pressed or released 
  164.     key on the keyboard.</font></p>
  165.   <p><font size="2" face="Arial, Helvetica, sans-serif">Events specify the input 
  166.     that triggers or drives the actions in the scene. The list below shows the 
  167.     different types of events that can be used in the Event map window. </font></p>
  168.   <table border="0" cellspacing="0" cellpadding="0" width="470">
  169.     <tr valign="top"> 
  170.       <td width="13%" height="56"><img src="glider/ikon1.gif" width="46" height="47"></td>
  171.       <td width="87%" height="56"><font size="2" face="Arial, Helvetica, sans-serif"><b>World 
  172.         Start </b><br>
  173.         This event is triggered when the scene loads. </font></td>
  174.     </tr>
  175.     <tr valign="top"> 
  176.       <td width="13%" height="53"><img src="glider/ikon2.gif" width="42" height="46"></td>
  177.       <td width="87%" height="53"><font size="2" face="Arial, Helvetica, sans-serif"><b>World 
  178.         Stop </b><br>
  179.         Occurs when you quit the scene, i.e., load another scene. </font></td>
  180.     </tr>
  181.     <tr valign="top"> 
  182.       <td width="13%" height="164"><img src="glider/ikon3.gif" width="46" height="34"></td>
  183.       <td width="87%" height="164"><font size="2" face="Arial, Helvetica, sans-serif"><b>World 
  184.         Step </b><br>
  185.         Gets triggered every time that the scene gets rendered, which normally 
  186.         happens about 30 or 15 times per second. All this depends on the users 
  187.         computer and the scene/object running. If for instance the object is small 
  188.         and uses very few polygons, then this event can get triggered up to 200 
  189.         times per second. This event is useful to call Java actions which have 
  190.         real time constraints or things that should continuously happen. </font></td>
  191.     </tr>
  192.     <tr valign="top"> 
  193.       <td width="13%" height="73"><img src="glider/ikon4.gif" width="45" height="47"></td>
  194.       <td width="87%" height="73"><font size="2" face="Arial, Helvetica, sans-serif"><b>Timer 
  195.         </b><br>
  196.         The event is triggered after an author definable duration. By double-clicking 
  197.         the timer icon you can change the delay. The delay time is dependent on 
  198.         the speed of the processor. </font></td>
  199.     </tr>
  200.     <tr valign="top"> 
  201.       <td width="13%"><img src="glider/ikon5.gif" width="44" height="40"></td>
  202.       <td width="87%" rowspan="3"> 
  203.         <p><font size="2" face="Arial, Helvetica, sans-serif"><b>[Left, Middle, 
  204.           Right] Mouse Button Pressed </b><br>
  205.           The end-user pressed the specified mouse button on the object associated 
  206.           with this event. By selecting the left, middle, or right event type, 
  207.           you can choose to trigger on the left, middle or right mouse button. 
  208.           </font></p>
  209.         <p><font size="2" face="Arial, Helvetica, sans-serif"><i>Normally, Windows 
  210.           users have a two-button mouse (left and right), while Macintosh users 
  211.           use a one-button mouse (left). Macintosh users can use the control key 
  212.           to simulate the right mouse button.</i></font></p>
  213.       </td>
  214.     </tr>
  215.     <tr valign="top"> 
  216.       <td width="13%"><img src="glider/ikon5.gif" width="44" height="40"></td>
  217.     </tr>
  218.     <tr valign="top"> 
  219.       <td width="13%" height="98"><img src="glider/ikon5.gif" width="44" height="40"></td>
  220.     </tr>
  221.     <tr valign="top"> 
  222.       <td width="13%" height="101"><img src="glider/ikon6.gif" width="44" height="39"></td>
  223.       <td width="87%" height="101"> 
  224.         <p><font size="2" face="Arial, Helvetica, sans-serif"><b>Keyboard Button 
  225.           Pressed</b> <br>
  226.           This event occurs when the end-user presses the specified key on the 
  227.           object associated with the event. By double-clicking the Keyboard Button 
  228.           Pressed event, you can define which keys or sequences of keys that should 
  229.           trigger the event.</font></p>
  230.       </td>
  231.     </tr>
  232.     <tr valign="top"> 
  233.       <td width="13%" height="102"><img src="glider/ikon6.gif" width="44" height="39"></td>
  234.       <td width="87%" height="102"><font size="2" face="Arial, Helvetica, sans-serif"><b>Keyboard 
  235.         Button Released </b><br>
  236.         Works like the Keyboard Button Pressed event, but activates only when 
  237.         the end-user has released the key specified. By double-clicking the Keyboard 
  238.         Button Released event, you can define which keys or sequences of keys 
  239.         that should trigger the event. </font></td>
  240.     </tr>
  241.     <tr valign="top"> 
  242.       <td width="13%" height="48"><img src="glider/ikon7.gif" width="44" height="40"></td>
  243.       <td width="87%" height="48"><font size="2" face="Arial, Helvetica, sans-serif"><b>Object 
  244.         Motion Completion </b><br>
  245.         An object motion action has been completed. </font></td>
  246.     </tr>
  247.     <tr valign="top"> 
  248.       <td width="13%" height="47"><img src="glider/ikon8.gif" width="47" height="36"></td>
  249.       <td width="87%" height="47"><font size="2" face="Arial, Helvetica, sans-serif"><b>Sound 
  250.         Completion</b> <br>
  251.         A sound action has been completed. </font></td>
  252.     </tr>
  253.     <tr valign="top"> 
  254.       <td width="13%"><img src="glider/ikon9.gif" width="45" height="38"></td>
  255.       <td width="87%"><font size="2" face="Arial, Helvetica, sans-serif"><b>Manual</b> 
  256.         <br>
  257.         This event is what one would call a "dummy" event. The only time it gets 
  258.         triggered is if another event triggers it. </font></td>
  259.     </tr>
  260.   </table>
  261.   <p> </p>
  262.   <table border="0" cellspacing="0" cellpadding="0" width="470">
  263.     <tr> 
  264.       <td colspan="2" valign="top"> 
  265.         <p><font size="2" face="Arial, Helvetica, sans-serif">For every event 
  266.           there is an options menu that can be popped up with a right-click on 
  267.           the respective event. </font></p>
  268.         <p><font size="2" face="Arial, Helvetica, sans-serif">All new events that 
  269.           are added to the Event Map window are initially set to Initial Activation 
  270.           and Automatic Reset.</font></p>
  271.         <p><font size="2" face="Arial, Helvetica, sans-serif"><b>The options menu 
  272.           lists the settings for the event:</b></font></p>
  273.         <p> </p>
  274.       </td>
  275.       <td valign="top" align="right" width="27%"><font size="2" face="Arial, Helvetica, sans-serif"><img src="glider/img7.gif" width="118" height="109"></font></td>
  276.     </tr>
  277.   </table>
  278.   <table border="0" cellspacing="0" cellpadding="0" width="470">
  279.     <tr> 
  280.       <td width="26%" valign="top"><font size="2" face="Arial, Helvetica, sans-serif">Initial 
  281.         Activation </font></td>
  282.       <td colspan="2" valign="top"><font size="2" face="Arial, Helvetica, sans-serif">An 
  283.         event can only be triggered "by it self" if Initial Activation in the 
  284.         option menu is selected. If you unselect Initial Activation then you have 
  285.         to attach another event that triggers the original event. This is done 
  286.         by connecting the action Activate Event to both events.<br>
  287.         <br>
  288.         </font></td>
  289.     </tr>
  290.     <tr valign="top"> 
  291.       <td width="26%"><font size="2" face="Arial, Helvetica, sans-serif">Automatic 
  292.         Reset </font></td>
  293.       <td width="74%"> 
  294.         <p><font size="2" face="Arial, Helvetica, sans-serif">Events can only 
  295.           be triggered when they are in the reset state. All events start out 
  296.           reset, but once triggered they must be reset before they can be triggered 
  297.           again. You can either do an explicit reset with a Reset Event action, 
  298.           or you can set it to automatically reset after it has been triggered 
  299.           by checking the Automatic Reset option in this menu.</font></p>
  300.         <p><font size="2" face="Arial, Helvetica, sans-serif"><i>Example 1: </i>Attach 
  301.           a Left Mouse Button event to an object. Unless Automatic Reset is activated 
  302.           (or the event is explicitly reset with a Reset Event action) the end-user 
  303.           will only be able to trigger it once by clicking.</font></p>
  304.         <p><font size="2" face="Arial, Helvetica, sans-serif"><i>Example 2:</i> 
  305.           If you set a Timer event to trigger a System Beep action after 2000ms, 
  306.           and enable Automatic Reset, then the beep will sound every 2 seconds. 
  307.           </font></p>
  308.       </td>
  309.     </tr>
  310.     <tr valign="top"> 
  311.       <td width="26%"><font size="2" face="Arial, Helvetica, sans-serif"><br>
  312.         Change Name </font></td>
  313.       <td width="74%"><font size="2" face="Arial, Helvetica, sans-serif"><br>
  314.         Changes the name of the event.<br>
  315.         <br>
  316.         </font></td>
  317.     </tr>
  318.     <tr valign="top"> 
  319.       <td width="26%"><font size="2" face="Arial, Helvetica, sans-serif">Collapse 
  320.         Inputs </font></td>
  321.       <td width="74%"><font size="2" face="Arial, Helvetica, sans-serif">Collapses 
  322.         the tree of objects and actions to one icon.<br>
  323.         <br>
  324.         </font></td>
  325.     </tr>
  326.     <tr valign="top"> 
  327.       <td width="26%"><font size="2" face="Arial, Helvetica, sans-serif">Delete</font></td>
  328.       <td width="74%"><font size="2" face="Arial, Helvetica, sans-serif">Deletes 
  329.         the event.</font></td>
  330.     </tr>
  331.   </table>
  332.   <p> </p>
  333.   <table border="0" cellspacing="0" cellpadding="0">
  334.     <tr> 
  335.       <td valign="top" width="50%"><b><font size="2" face="Arial, Helvetica, sans-serif">Scene 
  336.         Graph-window </font></b><font size="2" face="Arial, Helvetica, sans-serif"><br>
  337.         The Scene Graph window shows a hierarchical view of the data associated 
  338.         with objects and cameras. You can use the Scene Graph to drag object icons 
  339.         to the Event Map in order to define new interactions. </font></td>
  340.       <td align="right"><img src="glider/img8.gif" width="210" height="249"></td>
  341.     </tr>
  342.     <tr> 
  343.       <td colspan="2"> 
  344.         <p><font size="2" face="Arial, Helvetica, sans-serif"><b>Preview-window</b> 
  345.           <br>
  346.           Everything that is done to the object and scene is shown in this window. 
  347.           Here you can try out the scene, just as the end-user will do in a browser 
  348.           window. The Preview window is fully interactive and you can even left-click 
  349.           an object in the scene, and have that object highlighted in the Scene 
  350.           Graph. You can also drag an object directly from the Preview window 
  351.           to the Event Map (by holding down the control key while left-dragging 
  352.           the object). The result is a rendered icon of the object in the Event 
  353.           Map, thus making it much easier to set up complex event maps. </font></p>
  354.         <p><font size="2" face="Arial, Helvetica, sans-serif"><i>The toolbar in 
  355.           the Preview window has four different buttons. </i></font></p>
  356.         <ul>
  357.           <li><font size="2" face="Arial, Helvetica, sans-serif">Show Pivot Toggles 
  358.             the display of each object's pivot point (or "center", i.e., the point 
  359.             the object rotates around). </font></li>
  360.           <li><font size="2" face="Arial, Helvetica, sans-serif">Reset Translation 
  361.             and Rotation Resets translation and rotation values of the object 
  362.             to initial values. Very useful if you have been fiddling with the 
  363.             object for a while and want to get back to initial conditions. </font></li>
  364.           <li><font size="2" face="Arial, Helvetica, sans-serif">Toggle Select 
  365.             vs. Rotate-Zoom-Translate When this toolbar button is pressed, you 
  366.             can rotate, zoom, or translate the object by clicking and dragging 
  367.             with the mouse. When the toolbar button is not pressed, clicking with 
  368.             the mouse only affects object selection. </font></li>
  369.         </ul>
  370.         <p> </p>
  371.       </td>
  372.     </tr>
  373.     <tr> 
  374.       <td width="243" align="center"><font size="2" face="Arial, Helvetica, sans-serif"><b>Mouse 
  375.         Button</b></font></td>
  376.       <td width="229" align="center"><font size="2" face="Arial, Helvetica, sans-serif"><b>Resulting 
  377.         Effect</b></font></td>
  378.     </tr>
  379.     <tr> 
  380.       <td width="243" align="center"><font size="2" face="Arial, Helvetica, sans-serif">Left 
  381.         </font></td>
  382.       <td width="229" align="center"><font size="2" face="Arial, Helvetica, sans-serif"> 
  383.         Zoom</font></td>
  384.     </tr>
  385.     <tr> 
  386.       <td width="243" align="center"><font size="2" face="Arial, Helvetica, sans-serif">Left 
  387.         & Right</font></td>
  388.       <td width="229" align="center"><font size="2" face="Arial, Helvetica, sans-serif">Translate 
  389.         (move)</font></td>
  390.     </tr>
  391.     <tr> 
  392.       <td width="243" align="center"> </td>
  393.       <td width="229" align="center"> </td>
  394.     </tr>
  395.     <tr> 
  396.       <td colspan="2"><font size="2" face="Arial, Helvetica, sans-serif"><b>Preview 
  397.         Run/Stop </b><br>
  398.         Press this button when you want to start the preview session. Press again 
  399.         when you want to stop the session. </font></td>
  400.     </tr>
  401.     <tr> 
  402.       <td valign="top"><font size="2" face="Arial, Helvetica, sans-serif"><b><br>
  403.         Actions-window </b><br>
  404.         With Cult3D Designer, you get some pre-made actions. With these you can 
  405.         control your scene and object to your desire. You connect an action to 
  406.         an event, and then connect the selected data (i.e. object, sound, etc.) 
  407.         to the action you want the data to perform. <br>
  408.         </font></td>
  409.       <td align="right"><font size="2" face="Arial, Helvetica, sans-serif"><br>
  410.         <img src="glider/img9.gif" width="206" height="186"></font></td>
  411.     </tr>
  412.     <tr> 
  413.       <td valign="top" colspan="2"> 
  414.         <p><font size="2" face="Arial, Helvetica, sans-serif"><br>
  415.           <b>Object Properties-window </b><br>
  416.           Object property allows you to store data used by your presentation. 
  417.           Each object in the scene has a set of properties associated with it. 
  418.           </font></p>
  419.         <p><font size="2" face="Arial, Helvetica, sans-serif">By opening the Object 
  420.           Properties window and selecting an object, you can view the list of 
  421.           properties currently bound to the object. The window shows three columns, 
  422.           one each for name, initial value, and data type.</font></p>
  423.         <p><font size="2" face="Arial, Helvetica, sans-serif"><img src="glider/img10.gif" width="470" height="203"></font></p>
  424.         <p><font size="2" face="Arial, Helvetica, sans-serif"><b><br>
  425.           Events-window </b><br>
  426.           Here are all events in the scene displayed, for another view of your 
  427.           created scene criteria. This lets you manipulate existing events to, 
  428.           for instance, change their types. This is much quicker than deleting 
  429.           the old event, creating a new one to take its place, and finally to 
  430.           reconnect all the connections.</font></p>
  431.         <p><font size="2" face="Arial, Helvetica, sans-serif">If you want to change 
  432.           an event type, you can easily do it here, instead of removing the old 
  433.           event with all it's connections, and then create the new one and connect 
  434.           the old connections to the new one.</font></p>
  435.         <p><font size="2" face="Arial, Helvetica, sans-serif"><img src="glider/img11.gif" width="470" height="190"></font></p>
  436.       </td>
  437.     </tr>
  438.   </table>
  439.   <p><b><font size="2" face="Arial, Helvetica, sans-serif"><br>
  440.     3.2 Start working with the file Glider.c3d</font></b></p>
  441.   <table border="0" cellspacing="0" cellpadding="0" width="472">
  442.     <tr> 
  443.       <td colspan="2"> 
  444.         <p><font size="2" face="Arial, Helvetica, sans-serif"><img src="glider/Image5.jpg" width="57" height="67">The 
  445.           completed Glider player object as well as all the files used in this 
  446.           tutorial are available in the à\Objects\ directory located in the Cult3D 
  447.           Designer folder. </font></p>
  448.         <p><font size="2" face="Arial, Helvetica, sans-serif">The scene graph 
  449.           includes all the scene data included in the Cult3D Designer file [*.c3d], 
  450.           such as cameras and object information. </font></p>
  451.         <p><font size="2" face="Arial, Helvetica, sans-serif">If the objects are 
  452.           placed in a hierarchy, the hierarchy is shown in the scene graph. An 
  453.           example of a Glider Player object, shown in the Preview window [figure 
  454.           1] right below, has a scene graph, as shown in [figure 2] left below.</font></p>
  455.       </td>
  456.     </tr>
  457.     <tr> 
  458.       <td width="51%" valign="top"><font size="2" face="Arial, Helvetica, sans-serif"><br>
  459.         <img src="glider/img12.gif" width="210" height="249"></font></td>
  460.       <td width="49%"><font size="2" face="Arial, Helvetica, sans-serif"><br>
  461.         <img src="glider/img13.gif" width="250" height="261"></font></td>
  462.     </tr>
  463.     <tr> 
  464.       <td width="51%"><font size="2" face="Arial, Helvetica, sans-serif"><br>
  465.         We will now define the scene.</font></td>
  466.       <td width="49%"> </td>
  467.     </tr>
  468.     <tr> 
  469.       <td width="100%" colspan="2"><font size="2" face="Arial, Helvetica, sans-serif">When 
  470.         the specific sub-object is shown in the Event Map, drag that object onto 
  471.         a created event. In the Event Map a connection is shown by a drawn line 
  472.         between the object and the event connected to it. </font></td>
  473.     </tr>
  474.   </table>
  475.   <br>
  476.   <table border="0" cellspacing="0" cellpadding="0">
  477.     <tr> 
  478.       <td width="31%" valign="top"><font size="2" face="Arial, Helvetica, sans-serif"><b>1</b> 
  479.         Grab and drop the event World start to the event map. <br>
  480.         <b>2</b> Grab the sub-object Glider from the scene Graph window and drop 
  481.         it on the event map. <br>
  482.         <b>3</b> Go to Actions window and drag the action Bind Arcball to Event_1. 
  483.         You will find this action under the category Object motion. <br>
  484.         <b>4</b> Drag and drop the object Glider to the action Bind Arcball. </font></td>
  485.       <td align="right" valign="top" width="69%"><font size="2" face="Arial, Helvetica, sans-serif"><img src="glider/img14.gif" width="309" height="222"></font></td>
  486.     </tr>
  487.     <tr> 
  488.       <td width="31%" valign="top"> 
  489.         <p><font size="2" face="Arial, Helvetica, sans-serif"><br>
  490.           <b>5</b> Grab and drop the event Keyboards-Key-Press to the EventMap 
  491.           window.<br>
  492.           <b>6</b> Double click on the Event_2 icon. Select 1 from the translation 
  493.           action detail list and click add. <br>
  494.           <b>7</b> Grab the action Translation and drop it on Event_2. <br>
  495.           <b>8</b> Drag the object Glider to the action Translation. </font></p>
  496.       </td>
  497.       <td align="right" valign="top" width="69%"><font size="2" face="Arial, Helvetica, sans-serif"><br>
  498.         <img src="glider/img15.gif" width="309" height="259"></font></td>
  499.     </tr>
  500.     <tr> 
  501.       <td width="31%" valign="top"> 
  502.         <p><font size="2" face="Arial, Helvetica, sans-serif"><br>
  503.           <b>9</b> Double click on the translation icon. The Translation Action 
  504.           Details window will now appear.<br>
  505.           <b>10</b> Set the value for the X-axis to 3000 and the Performance duration 
  506.           to 50000. Click the OK button. </font></p>
  507.         <p> </p>
  508.       </td>
  509.       <td align="right" valign="top" width="69%"><font size="2" face="Arial, Helvetica, sans-serif"><br>
  510.         <img src="glider/img16.gif" width="309" height="228"></font></td>
  511.     </tr>
  512.     <tr> 
  513.       <td valign="top" colspan="2"><font size="2" face="Arial, Helvetica, sans-serif"><i><br>
  514.         You can now test the Glider by pressing the Preview Run/Stop button in 
  515.         the preview window and pressing the "1" key. The Glider will stop when 
  516.         you release the key. </i></font></td>
  517.     </tr>
  518.     <tr> 
  519.       <td valign="top" colspan="2"> 
  520.         <p><font size="2" face="Arial, Helvetica, sans-serif"><br>
  521.           <b>11</b> Grab the event Key-Press-Release and drop it in the Event 
  522.           Map Window. </font></p>
  523.         <p><font size="2" face="Arial, Helvetica, sans-serif"><b>12</b> Double 
  524.           click on the Event_3 icon. Select 1 from the translation action detail 
  525.           list and click add. </font></p>
  526.         <p><font size="2" face="Arial, Helvetica, sans-serif"><b>13</b> Grab the 
  527.           action Stop Translation and drop it on Event_3. </font></p>
  528.         <p><font size="2" face="Arial, Helvetica, sans-serif"><b>14</b> Drag the 
  529.           object Glider to the action Stop Translation. This will stop the animation 
  530.           when you release the "1" key. We will also need a key to reset the Glider. 
  531.           </font></p>
  532.         <p><font size="2" face="Arial, Helvetica, sans-serif"><b>15</b> Grab the 
  533.           event Key-Press-Release and drop it in the Event Map Window. </font></p>
  534.         <p><font size="2" face="Arial, Helvetica, sans-serif"><b>16</b> Double 
  535.           click on the Event_4 icon. Select 2 from the translation action detail 
  536.           list and click add. </font></p>
  537.         <p><font size="2" face="Arial, Helvetica, sans-serif"><b>17</b> Grab the 
  538.           action Reset and drag it to Event_4. </font></p>
  539.         <p><font size="2" face="Arial, Helvetica, sans-serif"><b>18</b> Drag the 
  540.           object Glider to the action Reset. </font></p>
  541.         <p><font size="2" face="Arial, Helvetica, sans-serif"><b>19</b> Run the 
  542.           animation. Try setting different values for the action Translation. 
  543.           </font></p>
  544.       </td>
  545.     </tr>
  546.     <tr align="center"> 
  547.       <td valign="top" colspan="2"> 
  548.         <p><font size="2" face="Arial, Helvetica, sans-serif"><br>
  549.           </font></p>
  550.         <p> </p>
  551.         <p><font size="2" face="Arial, Helvetica, sans-serif">The final design 
  552.           may look something like the figure below. </font></p>
  553.         <p><font size="2" face="Arial, Helvetica, sans-serif"><img src="glider/img17.gif" width="439" height="400"></font></p>
  554.       </td>
  555.     </tr>
  556.   </table>
  557.   <p> </p>
  558.   <p align="left"><font size="2" face="Arial, Helvetica, sans-serif"><br>
  559.     <br>
  560.     <b><a href="tutframe.htm" target="_top"><< 
  561.     BACK </a></b></font></p>
  562.   <p align="left"> </p>
  563.   </div>
  564. <map name="mainmenu">
  565.   <area shape="rect" coords="682,6,776,47" href="http://www.cycore.com" target="_blank">
  566.   <area shape="rect" coords="569,81,737,106" href="../cdexplorer/index.htm">
  567.   <area shape="rect" coords="405,81,509,107" href="../company/index.htm">
  568.   <area shape="rect" coords="216,82,331,105" href="../product/index.htm">
  569.   <area shape="rect" coords="43,81,150,108" href="../gallery/index.htm">
  570. </map> 
  571. </body>
  572. </html>
  573.